home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / qkopy341.zip / BACKUP.BAT next >
DOS Batch File  |  1994-03-15  |  632b  |  12 lines

  1. ECHO OFF
  2. REM ************************************************************
  3. REM ***                                                      ***
  4. REM *** Demonstrates use of QUIKCOPY as a backing up system. ***
  5. REM *** BACKUP component.                                    ***
  6. REM *** Usage: BACKUP source destination                     ***
  7. REM ***                                                      ***
  8. REM *** Note that destination diskettes are erased.          ***
  9. REM ***                                                      ***
  10. REM ************************************************************
  11. QUIKCOPY %1 %2 /E/F/C/W/A
  12.